Method CreateAsync<TProps>()

Assembly: redb.Core.dll

Create a new object without property initialization
Automatically determines scheme by TProps type

public static Task<RedbObject<TProps>> CreateAsync<TProps>() where TProps : class, new()